home *** CD-ROM | disk | FTP | other *** search
- ; Searchlight BBS login script for Unicom 3
- ;
- ;
- Delay(1000)
- Send("^M")
- Waitfor(".!!!")
- Delay(500)
- Send("^[")
- Delay(250)
- Send("^[")
- Waitfor("?") ; Prompt to select C - Color, M - Mono or N - none
- Delay(250)
- Send ("C^M") ; Set this to C, M or N
- Waitfor("Enter your name,")
- Delay(1500)
- Send("JIM SMITH^M") ; YOUR FULL NAME GOES HERE
- Waitfor("Password?")
- Delay(1000)
- Send("YOURPASSWORD^M") ; Your password goes here
- Exit